home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fpsplan4.zip / DAAFTC.BAT < prev    next >
DOS Batch File  |  1992-12-23  |  2KB  |  30 lines

  1. ECHO OFF
  2. IF NOT X==%1X GOTO AGAIN
  3. ECHO Drive where FPSFB is installed is required, ie "AAFTC C"
  4. ECHO Try Again
  5. goto end
  6. :again
  7. COPY %1:\DYNAMIX\FOOTBALL\TEAM\BBB6-26.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKOFF34.PLN
  8. COPY %1:\DYNAMIX\FOOTBALL\TEAM\BBB4-28.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKOFF18.PLN
  9. COPY %1:\DYNAMIX\FOOTBALL\TEAM\BBB8-24.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKOFF27.PLN
  10. COPY %1:\DYNAMIX\FOOTBALL\TEAM\BBB10-22.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKOFF33.PLN
  11. COPY %1:\DYNAMIX\FOOTBALL\TEAM\BBIVW428.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKOFF22.PLN
  12. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF01.PLN
  13. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF02.PLN
  14. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF03.PLN
  15. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF03.PLN
  16. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF04.PLN
  17. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF05.PLN
  18. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF06.PLN
  19. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF07.PLN
  20. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF08.PLN
  21. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF09.PLN
  22. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF10.PLN
  23. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF11.PLN 
  24. COPY %1:\DYNAMIX\FOOTBALL\TEAM\D.PLN %1:\DYNAMIX\FOOTBALL\STOCK\STOCKPLN\STKDEF12.PLN 
  25. ECHO AAFTC gameplans have been successfully installed.
  26. ECHO Strap it up and get ready for some SERIOUS competetion!!!!.
  27. IF X==%1X GOTO END 
  28. :END
  29. PAUSE
  30.